Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection impl #4

Draft
wants to merge 11 commits into
base: client-impl
Choose a base branch
from
Draft

Connection impl #4

wants to merge 11 commits into from

Conversation

dorin-iancu
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Sep 23, 2024

Coverage Summary

Totals

Count Covered %
Lines 1165 24 2.06
Regions 716 6 0.84
Functions 294 2 0.68
Instantiations 775 2 0.26

Files

Expand
File Lines Regions Functions Instantiations
/client-impls/client-common/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/local_host_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/mock_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/qbft_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client/src/create_and_update_clients.rs 0.00% 0.00% 0.00% 0.00%
/client/src/events.rs 0.00% 0.00% 0.00% 0.00%
/client/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client/src/merkle_proof.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/client_lib.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/host_lib.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/utils.rs 0.00% 0.00% 0.00% 0.00%
/common/common-types/src/channel_types.rs 31.58% 4.72% 4.17% 3.23%
/common/common-types/src/connection_types.rs 0.00% 0.00% 0.00% 0.00%
/connection/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_internal.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_lib.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_types.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/events.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/verify_states.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/conn_endpoints.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/host/src/commitment.rs 0.00% 0.00% 0.00% 0.00%
/host/src/host_config.rs 0.00% 0.00% 0.00% 0.00%
/host/src/host_views.rs 0.00% 0.00% 0.00% 0.00%
/host/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/host/src/module_manager.rs 0.00% 0.00% 0.00% 0.00%
/host/src/storage.rs 0.00% 0.00% 0.00% 0.00%

@dorin-iancu dorin-iancu changed the title contract from template + endpoints Connection impl Sep 23, 2024
@CostinCarabas CostinCarabas self-requested a review October 3, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant